home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / applications / wp / renumber.lha / README.Renumber next >
Text File  |  1994-09-28  |  388b  |  20 lines

  1.  
  2. This is an ARexx script which can renumber paragraphs in Final Writer.
  3. For example this:
  4.  
  5.     1. foo
  6.     7. bar
  7.     2. testing
  8.  
  9. is made into this:
  10.  
  11.     1. foo
  12.     2. bar
  13.     3. testing
  14.  
  15. There are a great many limitations to this script due to the limited ARexx
  16. command set in Final Writer.  See the comment block at the beginning of
  17. the script for details.
  18.  
  19.    - steve (koren@fc.hp.com)
  20.